/*메인상단*/
#glo_t {
    width: 100%;
    min-width: 1280px;
    background-color: #2063bb;
    height: 40px;
}
#glo_t .glo_nav {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
#glo_t .glo_nav h4 {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 11px;
    color: #cabeb2;
}
#glo_t .glo_nav h4 ul.glo {}
#glo_t .glo_nav h4 ul.glo li {
    height: 40px;
    border-right: 1px solid #7d95b7;
    float: left;
    padding-top: 12px;
    background-color: #074087;
}
#glo_t .glo_nav h4 ul.glo li a {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
#glo_t .glo_nav h4 ul.glo li a:hover {
    color: white;
    padding-left: 10px;
}
#glo_t .glo_nav h2 {
    float: left;
    padding: 11px 20px 0;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #3a5573;
    height: 40px;
    background-color: #efeacc;
}
#glo_t .glo_nav h2 a {
    color: #3a5573;
}
#glo_t .glo_nav h3 {
    float: left;
    padding: 11px 20px 0;
    top: 0;
    left: 0;
    font-size: 14px;
    color: white;
    height: 40px;
    background-color: #3f85cd;
}
#glo_t .glo_nav h3:hover {
    float: left;
    padding: 11px 20px 0;
    top: 0;
    left: 0;
	color:#074087;
    font-size: 14px;
    height: 40px;
    background-color: #c6d8ea;
}
#glo_t .glo_nav h3 a:hover {
    color: #3a5573;
}
#glo_t .glo_nav h3 a {
    color: white;
}

/*메뉴*/
#header {
    width: 100%;
    position: relative;
    min-width: 1280px;
    height: 98px;
}
#header {
    z-index: 999;
    position: relative;
}

/*메인이미지*/
#m_img {
    width: 100%;
    background: url("/images/m_img1.jpg") no-repeat center;
    height: 500px;
    z-index: 9;
    min-width: 1280px;
}

/*메인컨텐츠*/

/*컨텐츠 첫번째 단락*/
#m_con {
    width: 100%;
}
#m_con .m_box {
    width: 1280px;
    margin: 0 auto;
    border-bottom: 5px solid #3972b3;
    height: 459px;
    margin-top: 50px;
}
#m_con .m_box .one {
    width: 846px;
    float: left;
    margin-right: 22px;
}
#m_con .m_box .one .m_popup {
    width: 846px;
    height: 232px;
}
#m_con .m_box .one .m_ba {
    width: 846px;
    height: 187px;
    background: url("/images/m_ba_n.png") no-repeat;
}
#m_con .m_box .one .m_ba ul.m_banner {
    width: 100%;
}
#m_con .m_box .one .m_ba ul.m_banner li {
    width: 33%;
    float: left;
    height: 187px;
}
#m_con .m_box .one .m_ba ul.m_banner li p {
    font-size: 16px;
    text-align: center;
    padding-top: 155px;
    font-weight: bold;
}
#m_con .m_box .one .m_ba ul.m_banner li p:hover {
    color: #004a9f;
}
#m_con .m_box .two {
    width: 412px;
    float: left;
    background: url("/images/m_ba2.jpg");
    position: relative;
}

/*컨텐츠 두번째 단락*/
#m_con2 {
    width: 100%;
}
#m_con2 .m_box2 {
    width: 1280px;
    margin: 0 auto;
    height: 450px;
    padding-bottom: 28px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c0c0c0;
}
#m_con2 .m_box2 .one {
    width: 320px;
    height: 450px;
    float: left;
    position: relative;
    border-left: 1px solid #c0c0c0;
}
#m_con2 .m_box2 .one .m_cal_t1 {
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: bold;
}
#m_con2 .m_box2 .one .m_cal_t2 {
    font-size: 13px;
    position: absolute;
    top: 58px;
    left: 30px;
    color: #184fac;
}
#m_con2 .m_box2 .one .m_cal_btn {
    position: absolute;
    top: 40px;
    right: 30px;
}
#m_con2 .m_box2 .one .m_cal_btn a.button2 {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(30, 22, 54, 0.7) 0 0 0 40px inset;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px;
}
#m_con2 .m_box2 .one .m_cal_btn a.button2:hover {
    color: rgba(30, 22, 54, 0.85);
    font-weight: bold;
    box-shadow: rgba(30, 22, 54, 0.4) 0 0 0 2px inset;
}
#m_con2 .m_box2 .one .cal {
    position: absolute;
    top: 90px;
    left: 30px;
    width: 260px;
}
#m_con2 .m_box2 .two {
    width: 640px;
    height: 450px;
    float: left;
    position: relative;
    border-left: 1px solid #c0c0c0;
}
#m_con2 .m_box2 .two .m_photo_btn {
    position: absolute;
    top: 40px;
    right: 30px;
}
#m_con2 .m_box2 .two .m_photo_btn a.button2 {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(30, 22, 54, 0.7) 0 0 0 40px inset;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px;
}
#m_con2 .m_box2 .two .m_photo_btn a.button2:hover {
    color: rgba(30, 22, 54, 0.85);
    font-weight: bold;
    box-shadow: rgba(30, 22, 54, 0.4) 0 0 0 2px inset;
}
#m_con2 .m_box2 .two .m_photo_t1 {
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: bold;
}
#m_con2 .m_box2 .two .m_photo_t2 {
    font-size: 13px;
    position: absolute;
    top: 58px;
    left: 30px;
    color: #184fac;
}
#m_con2 .m_box2 .two .m_photo {
    position: absolute;
    top: 90px;
    left: 30px;
    width: 100%;
}
#m_con2 .m_box2 .three {
    width: 320px;
    height: 450px;
    float: left;
    position: relative;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}
#m_con2 .m_box2 .three .m_ban {
    margin-top: 29px;
    margin-left: 29px;
    width: 261px;
    height: 164px;
    background: url('/images/m_ban.png')no-repeat;
}
#m_con2 .m_box2 .three .m_ban ul li {
    width: 87px;
    height: 81px;
    float: left;
    text-align: center;
}
#m_con2 .m_box2 .three .m_ban ul li a {
    font-size: 12px;
}
#m_con2 .m_box2 .three .m_data {
    margin-top: 29px;
    margin-left: 29px;
    width: 261px;
    height: 165px;
    background: url('/images/m_data.png')no-repeat;
    position: relative;
}
#m_con2 .m_box2 .three .m_data .m_data_t1 {
    font-size: 16px;
    position: absolute;
    top: 125px;
    left: 20px;
    font-weight: bold;
}
#m_con2 .m_box2 .three .m_data .m_data_t2 {
    font-size: 13px;
    position: absolute;
    top: 32px;
    left: 108px;
    line-height: 180%;
}
#m_con2 .m_box2 .three .m_data .m_data_t2 a.button {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(30, 22, 54, 0.7) 0 0 0 40px inset;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px;
}
#m_con2 .m_box2 .three .m_data .m_data_t2 a.button:hover {
    color: rgba(30, 22, 54, 0.85);
    font-weight: bold;
    box-shadow: rgba(30, 22, 54, 0.4) 0 0 0 2px inset;
}

/*하단*/
#f_nav {
    width: 100%;
    height: 60px;
    min-width: 1280px;
    clear: both;
    background-color: #f4f1e0;
    border-bottom: 1px solid #f4f1e0;
}
#f_nav .f_nav_center {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
#f_nav .f_nav_center .box {
    position: absolute;
    top: 12px;
    right: 0;
}
#f_nav .f_nav_center .box {
    width: 200px;
    height: 38px;
    background-color: white;
}
#f_nav .f_nav_center .box select {
    width: 200px;
    padding: 5px;
    height: 38px;
    background: url("/images/select_bg.png") no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0d5af;
    border-radius: 0;
    font-size: 13px;
}
#f_nav .f_nav_center .box select::-ms-expand {
    /* for IE 11 */
    display: none;
}

#f_nav .f_nav_center p.t11 {
    position: absolute;
    top: 22px;
    left: 0;
    color: #263858;
    font-size: 14px;
}
#f_nav .f_nav_center p.t12 {
    position: absolute;
    top: 20px;
    right: 0;
    color: #263858;
    font-size: 18px;
}
#f_add {
    width: 100%;
    height: 50px;
    min-width: 1280px;
    clear: both;
}
#f_add .f_add_center {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
#f_add .f_add_center p.t13 {
    position: absolute;
    top: 16px;
    left: 0;
    color: #8c8c8c;
    font-size: 13px;
}
#f_add .f_add_center p.t13 a {
    color: #8c8c8c;
    font-size: 13px;
}
#f_add .f_add_center p.t14 {
    position: absolute;
    top: 16px;
    right: 0;
    color: #0087d9;
    font-size: 13px;
}
#f_add .f_add_center p.t14 a {
    color: #0087d9;
    font-size: 13px;
}
#footer {
    width: 100%;
    height: 120px;
    line-height: 150%;
    min-width: 1280px;
    clear: both;
    background-color: #f2f2f2;
}
#footer .copy {
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 160%;
}
#footer .copy a {
    font-weight: bold;
}
#footer .copy h5 {
    font-size: 11px;
}